home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / links / 00004_Script_link - DreamWeaver (Top 20) < prev    next >
Encoding:
Text File  |  2000-06-22  |  207 b   |  7 lines

  1. on mouseUp
  2.   if the platform = "Windows,32" then
  3.     open the moviepath&"software\Dreamweaver\dreamw.exe"
  4.     else
  5.       open the moviepath&"software:Dreamweaver:Dreamweaver 3 Installer"
  6.     end if
  7. end